home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / amitcp-sdk-4.3 / netinclude / proto / usergroup.h < prev   
Encoding:
C/C++ Source or Header  |  1996-03-02  |  648 b   |  29 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H \
  3.        "$Id: usergroup.h,v 4.3 1996/03/02 15:29:28 too Exp $"
  4. /*
  5.  *    SAS C prototypes for usergroup.library
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. #ifndef __NOLIBBASE__       
  17. extern struct Library *UserGroupBase;
  18. #endif
  19.  
  20. #include <libraries/usergroup.h>
  21. #include <clib/usergroup_protos.h>
  22. #if __SASC
  23. #include <pragmas/usergroup_pragmas.h>
  24. #elif __GNUC__
  25. #include <inline/usergroup.h>
  26. #endif
  27.  
  28. #endif /* PROTO_USERGROUP_H */
  29.